

//==============================================================================
// Footprint_anim.txt
//==============================================================================
//==============================================================================
define DustCloud
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Titan Walk Dust Cloud
      }
   }  
}

//==============================================================================
define Smokelarge
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Large
      }
   }
}


//==============================================================================
define SmokePelvis
{
   set hotspot
   {
      version
      {
        Visualparticle Special N Fire Giant SmokePelvis
      }
   }
}




//==============================================================================
define firelarge
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Large
      }
   }
}

//==============================================================================
define FireFootprint
{
   set hotspot
   {
      version
      {
         Visualparticle Special N Fire Giant Footprint
      }
   }
}

//==============================================================================
define FireFootprintsmoke
{
   set hotspot
   {
      version
      {
         Visualparticle Special N Fire Giant Footprint smoke
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
		VariationLogic
		set hotspot
      {
         version
         {
            Visual Special N Fire Giant Footprint01
		      Connect ATTACHPOINT firelarge hotspot
//		      Connect ATTACHPOINT DustCloud hotspot
                      
         }
      }
		set hotspot
      {
         version
         {
            Visual Special N Fire Giant Footprint02
		      Connect ATTACHPOINT firelarge hotspot
//	              Connect ATTACHPOINT FireFootprintsmoke hotspot
	               
         }
      }
	  	set hotspot
      {
         version
         {
            Visual Special N Fire Giant Footprint03
		      Connect ATTACHPOINT firelarge hotspot
//		      Connect ATTACHPOINT Smokelarge hotspot
                     
         }
      }
   }
}
